Organizing the Filter Menu. If there is too many filter files, the Filter menu will contain too many items. PowerReplace provides two ways to organize the Filter menu:
◊ you can mask someone of them by labelling (coloring) under Finder. PowerReplace scans only the folder and filter file without label(color).
◊ A filter named "(-" (without quotation marks) makes a divider line in the Filter menu.
Copy-Paste. In many cases, you do not need a whole filter, but only some lines. Create your own filter by copy-paste these lines.
1997/3/9
Collection
Convert xx->RTF: (By Andreas Prilop)
Convert Central European RTF: They enable you to convert RTF files with Central European characters between MacOS and MS Windows.
Convert Cyrillic RTF: They enable you to convert RTF files with Cyrillic characters between MacOS and MS Windows.
Convert Greek RTF: They enable you to convert RTF files with Greek characters between MacOS and MS Windows.
MacRoman -> Windows-1252 txt: Convert text files from MacRoman to Windows-1252.
Windows-1252 -> MacRoman txt: Convert text files from Windows-1252 to MacRoman.
QuotedPrintable -> 8-bit: Convert Quoted Printable to 8-bit form.
Html->téxt: (By Marc Moliné & G. Han)
Change Html file to readable text file. Convert first the html accented letters, then delete all anchors.
téxt->Html: (By Marc Moliné & G. Han)
Convert accented letters to Html format.
téxt->text: (By Marc Moliné)
Convert accented letters to non-accented so a text can be sent by e-mail.
QP->Mac: (By Rich Brown)
QuotedPrintable->Mac table. Derived from RFC 1345 and other heuristics.
Small
DelCComment:
Remove comment in C++ programme source file. There is two styles: /* */ and //
DelResource:
Remove resource fork of file.
Filter->Readme:
Create “readable” text file for PowerReplace's filter file.
StripSpace:
Strip spaces using pattern.
Unwarp:
Strip single CR.
Char
DeleteCtrlChar:
Delete control characters (0-31) exept TAB and LF.
MAJ->min:
Convert uppercase letter to lowercase letter.
min -> MAJ:
Convert lowercase letter to uppercase letter. The lower accented letter is changed to corresponding uppercase letter without accent.
PC->Mac:
This filter file converts IMB PC text to mac text file.
ShowCtrlChar:
Show control characters (0-31).
Html
Tex
MMat->TeX:
Change Mathematica Matrix format to Tex format.
TeX->Html:
Convert tex file to HTML format for accented letters.
TeX->Text:
Remove mathematical formule, comment and command in Tex source file, and convert accented letters to readable forme.